home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / Health and Fitness / ZNA_ V1.0 Nutrition Analyzer / ZNA104.exe / NutritionAnalyzer.CAB / MealDataB.mdb / mealnumbers.json next >
JavaScript Object Notation  |  2002-06-22  |  181b

  1. {
  2.     "schema": {
  3.         "MealNumber": "Integer",
  4.         "MealName": "Text (20) NOT NULL",
  5.         "MealDate": "DateTime NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "MealNumber": 1,
  10.             "MealName": "sample lunch",
  11.             "MealDate": "06/22/02 00:00:00"
  12.         }
  13.     ]
  14. }